html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;	
}
body {
	background: linear-gradient(green, white, green) no-repeat;
	color: #cdd;
	text-shadow: 0px -2px 2px #234;
	font-family: verdana,helvetica,arial,sans-serif;
}
@font-face {
    font-family: 'digital';
    src: url('digifaw.ttf');
}
#containerCrono, #cronoT1, #cronoLcd, .lcd, #cronoBotones, #containerLista {
	padding: 0px;
	border: 0px;
}

#containerGeneral {
	display: block;
	padding: 0px;
	margin: 0px auto;
	width: 600px;
	text-align: center; 	
}
#containerCrono {
	background:  url("../images/cronogral_1.png") center top no-repeat;
	width: 600px;
	height: 594px;
}

#cronoT1, #cronoT2 {
	font-style: italic;
}

#cronoT1 {
	position: absolute;
	top: 150px;
	margin: 0px auto;
	width: 600px;
	text-align: center;
	font-size: 40px;
}

#cronoLcd {
	position: absolute;
	top: 270px;
	margin: 0px auto;
	width: 600px;
	text-align: center;
	font-size: 90px;
	height: 123px;
}

.lcd {
	font-family: digital, Courier, monospace;
	color: #322;
	text-shadow: 2px 4px 3px #a84;
}

#cronoBotones {
	position: absolute;
	top: 492px;
	margin: 0px auto;
	width: 600px;
	text-align: center;
	font-size: 25px;
	left: 638px;
	height: 207px;
}

.enlinea {
	display: inline-block;
	margin: 0px 40px;
}
#cronoBotones img {
	background:  url("../images/cronoBoton.png") center center no-repeat;
	width: 80px;
	height: 90px;
}
#cronoBotones img:hover {
	background:  url("../images/cronoBotonHover.png") center center no-repeat;
}
#cronoBotones img:active {
	background:  url("../images/cronoBotonActive.png") center center no-repeat;
}
.preloadBotones {
     background:  url("../images/cronoBotonHover.png"), url("../images/cronoBotonActive.png");
     background-position: -9999px -9999px;
     background-repeat: no-repeat;
}

#cronoT2 {
	position: absolute;
	top: 590px;
	margin: 0px auto;
	width: 600px;
	text-align: center;
	font-size: 33px;
}

div:after {
	margin: 0px;
	padding: 2px 0 7px 0;
	font-size: 18px;
	color: #998;
	text-align: center;
	background-color: #455;
	clear: both;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	
}
